<style>
* {box-sizing: border-box;}

/* BOOTSTRAP STYLE Excludes */
.container {
	width: 100%;
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 3px;
    border-radius: 6px;
	overflow: auto;
}

/* EVENT VIEW */

.Event-League {
	width: 100%;
	max-width: 1024px;
    margin: auto;
	color: #e3e3e3;
	text-align: center;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
    position: relative;
    padding: 4px 0px 4px 0px;
    overflow: hidden;
    background-color: #5d5d5c;
    border-bottom: 1px solid #454545;
}

.Event-Data {
	width: auto;
    height: auto;
    margin: 5px auto;
    max-width: 1024px;
	padding: 0px 0px;
    position: sticky;
    top: 52px;
    z-index: 1;
    background-color: #333;
}

.Event-Data.sticky {
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: top 0.2s ease, left 0.2s ease, width 0.2s ease, opacity 0.3s ease;
}

.Market-Groups {
	position: sticky;
    z-index: 1;
    top: 52px;
	width: 100%;
    max-width: 1024px;
    margin: auto;
}

.Market-Groups-League-Overview {
	position: sticky;
    z-index: 1;
    top: 52px;
	width: 100%;
    max-width: 1024px;
    margin: auto;
}

.Market-List {
	width: auto;
	padding: 0px 5px;
	max-width: 1024px;
    margin: auto;
}

.Market-Table-Header {
	width: 100%;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	color: #dde5f4;
	background-color: #0e6ac3;
	text-align: left;
	border-radius: 5px 5px 0px 0px;
	border: none;
	padding: 0px 10px 0px 10px;
}

.content {
	display: block;
	overflow: hidden;
}

.collapsible {
	border: none;
}

.collapsible:after {
	border: none;
}

table.Event-Table-1 {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

table.Market-Table-1 {
	width: 100%;
}

table.Market-Table-2 {
	width: 100%;
}

table.Market-Table-3 {
	width: 100%;
}

.outcome {
	width: auto;
	height: 36px!important;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background-color: #4c4c4b;
	padding: 5px 10px 2px 10px;
	border-collapse: collapse;
	/* border-top: 1px solid #3b3b3b; */
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	vertical-align: middle;
}

.outcome:hover {
	background-color: #6c6c6b;
}

td.col-3 {
	width: 33.33%;
}

td.col-2 {
	width: 50%;
}

.oddname {
	width: auto;
	font-weight: normal;
	color: #e5e3e3;
	float: left;
}

.oddvalue {
	width: auto;
	font-weight: normal;
	color: #fbc302;
	float: right;
}

table.Market-Table-4 {
	width: 100%;
}

th.subheader-col4 {
	width: auto;
	background-color: #535353;
	color: #b8b6b5;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px !important;
	border-left: 1px solid #4c4c4b;
    border-bottom: 1px solid #4c4c4b;
}

.outcome.col-4 {
	width: 33.33%;
}

.outcome.col-4.line {
	width: 25%
}

.oddvalue-col4 {
    font-weight: normal;
    color: #fbc302;
	text-align: center;
}

.oddline {
	width: auto;
	font-weight: normal;
    color: #e5e3e3;
	text-align: center;
}

.arrow-down:after {
	content: '\f107'; /* Unicode for down arrow in FontAwesome */
	font-family: 'FontAwesome';
	float: right;
	font-size: 16px;
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
	color: #dde5f4;
}


.arrow-up:after {
	content: '\f107'; /* Unicode for up arrow (FontAwesome) */
	font-family: 'FontAwesome';
	float: right;
	font-size: 16px;
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
	color: #dde5f4;
}

.active.arrow-down:after {
	content: '\f107'; /* Change to up arrow when active */
}

.active.arrow-up:after {
	content: '\f106'; /* Change to down arrow when active */
}

.Market-tab {
	min-width: 100%;
	max-width: auto;
	font-weight: normal;
	background-color: #3b3b3b;
	color: #b8b6b5;
	float: center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.Market-tab button {
	width: auto;
    color: #b8b6b5;
    border-radius: 5px;
    background-color: #3b3b3b;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
	margin: 5px 0px;
}

.Market-tab button:hover {
	font-weight: normal;
	color: #e5e3e3;
	/* background-color: #4c4c4b; */
	border-radius: 5px;
}

.Market-tab button.active {
	background-color: #333;
	color: #eabd31;
	border-radius: 5px;
}

.Market-tabcontent {
	border: none;
	display: none;
	padding: 0px 0px;
	margin: 5px 5px 5px 5px;
	z-index: 2;
}

/* Market Groups */

div.Market-scroll {
	background-color: #333;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: auto;
	max-width: 1024px;
    margin: auto;
	box-shadow: 0px 16px 16px -12px rgba(0, 0, 0, 0.3);
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

div.Market-scroll.live-leagues-view {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

div.Market-scroll.prematch-leagues-view {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	padding-right: 0px;
}

div.Overview-scroll {
	background-color: #333;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: auto;
	max-width: 1024px;
    margin: auto;
	box-shadow: 0px 16px 16px -12px rgba(0, 0, 0, 0.3);
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

div.Market-scroll::-webkit-scrollbar {
	display: none;
}

div.Market-scroll a{
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

div.Market-scroll a:hover {
	background-color: #777;
}

.Market-tab {
	min-width: 100%;
	max-width: auto;
	font-weight: normal;
	background-color: #333;
	color: #b8b6b5;
	float: center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	/* padding: 0px 5px 0px 5px; */
	display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.Market-tab button {
	width: auto;
    color: #b8b6b5;
    border-radius: 5px;
    background-color: #333;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
}

.Market-tab button:hover {
	font-weight: normal;
	color: #e5e3e3;
	background-color: #4c4c4b;
	border-radius: 15px;
}

.Market-tab button.active {
	background-color: #4b4b4b;
	color: #eabd31;
	border-radius: 15px;
}

.Market-tab button.focus {
	background-color: #4b4b4b;
	color: #eabd31;
	border-radius: 15px;
}

.Market-tabcontent {
	border: none;
	display: none;
	padding: 0px 0px;
	margin: 5px 5px 5px 5px;
	z-index: 2;
}

td.T-Shirt-1 {
	width: 40%;
	color: white;
	text-align: center;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	font-size: 18px;
}

td.T-Shirt-2 {
	width: 40%;
	color: white;
	text-align: center;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	font-size: 18px;
}

td.Event-Start-Time {
	width: 20%;
	color: #9e9d9d;
	font-size: 10px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

td.Event-Start-Date {
	width: 100%;
	color: #e3e3e3;
	background-color: #5d5d5c;
	font-size: 11px;
	text-align: center;
	padding: 4px 5px 4px 5px;
	vertical-align: bottom;
}

td.Team-1-Name {
	width: 40%;
	color: white;
	text-align: center;
	padding: 0px 5px 0px 5px;
	line-height: 16px !important;
	vertical-align: top;
	font-size: 13px;
}

td.Team-2-Name {
	width: 40%;
	color: white;
	text-align: center;
	padding: 0px 5px 0px 5px;
	line-height: 16px !important;
	vertical-align: top;
	font-size: 13px;
}

td.vs {
	width: 20%;
	color: #b8b6b5;
	text-align: center;
	padding: 0px 5px 0px 5px;
	line-height: 16px !important;
	vertical-align: top;
}

td.Team-1-Stats {
	width: 40%;
	color: white;
	text-align: center;
	font-size: 8px;
	padding: 5px 5px 5px 5px;
	line-height: 16px !important;
	vertical-align: top;
}

td.Team-2-Stats {
	width: 40%;
	color: white;
	text-align: center;
	font-size: 8px;
	padding: 5px 5px 5px 5px;
	line-height: 16px !important;
	vertical-align: top;
}

td.stats-icon {
	width: 20%;
	color: white;
	text-align: center;
	font-size: 14px;
	line-height: 16px !important;
	padding: 5px 8px 5px 8px;
	vertical-align: top;
}

td.Event-Change {
	width: 30%;
	color: #9e9d9d;
	font-size: 10px;
	text-align: center;
	/* padding: 5px; */
	vertical-align: middle;
	/* padding: 5px 5px 5px 5px; */
	position: relative;
}


.fa-shirt {
}

.fa-circle {
}

.stats-won {
	color: #6ed345;
}

.stats-lost {
	color: #db8778;
}

.stats-draw {
	color: #b7b2b0;
}

</style>